Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update msrv to 1.79, add rust-toolchain.toml #1809

Closed

Conversation

bryceberger
Copy link
Contributor

Closes #1808

Additionally, use the root [workspace.package] as a source of truth for all crates repository, edition, license, and rust-version. Also used for authors only if the only author listed was Sebastian Thiel.

Additionally, use the root `[workspace.package]` as a source of truth
for all crates `repository`, `edition`, `license`, and `rust-version`.
Also used for `authors` only if the only author listed was Sebastian
Thiel.
@bryceberger
Copy link
Contributor Author

This currently doesn't touch any of the CI --- if accepted, those might also need to change to respect rust-toolchain.toml

Copy link
Member

@Byron Byron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the initiative!

I left a comment which attempts to direct it a bit.

This PR can't be happening as:

  • the MSRV doesn't have to be driven by tests
  • this project can't use workspace settings as it would affect changelog generation. Changelogs and versioning depend on per-crate file changes in Git, which won't happen if these are inherited.

Thanks for your understanding - I hope we can make some improvements in another way.

@Byron Byron closed this Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not compile with MSRV
2 participants